home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / wgdb-42.lha / wgdb-4.2 / bfd / hosts / h-dgux.h < prev    next >
C/C++ Source or Header  |  1992-09-11  |  555b  |  28 lines

  1. #include <errno.h>
  2. #include <sys/types.h>
  3. #include <sys/dg_c_generics.h>
  4. #include <unistd.h>
  5.  
  6. #include <string.h>
  7. #include <fcntl.h>
  8. #include <sys/stat.h>
  9. #include <time.h>
  10. #include <ctype.h>
  11.  
  12. #include <stdio.h>
  13.  
  14. #ifndef DONTDECLARE_MALLOC
  15. extern PROTO(PTR,malloc,(unsigned));
  16. extern PROTO(PTR ,realloc, (PTR, unsigned));
  17. #endif
  18. extern PROTO(int, abort,(void));
  19. extern PROTO(int, free,(PTR));
  20. extern PROTO(void, bcopy,(char*,char*,int));
  21. extern PROTO(void, exit,(int));
  22. extern int strtol();
  23. extern PROTO(void, bzero,(char *, int));
  24. #define NO_STDARG 1
  25.  
  26.  
  27.  
  28.